Pagination Bar |
Denotes the pagination bar attached to the control. The pagination bar is used for navigating through business objects within the dataset of the model to which the control is attached. The pagination bar is part of the element-bar options and contains the First, Previous, Next, Last, Find, and ShowAll buttons.
Syntax
DesignTime |
This is a design-time property which can be set through the property sheet of the control under the element-bar options. |
Remarks
During run time, the buttons on the pagination bar can be accessed through the navigator property of the control.
Example
var oNavigatorObj = ControlID.navigator; var oFirstBtn = oNavigatorObj.firstButton;